home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
pico_2.swf
/
scripts
/
DefineSprite_770
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
244 b
|
16 lines
this.danum = 3;
this.upp.onPress = function()
{
if(this._parent.danum < 15)
{
this._parent.danum += 1;
}
};
this.dwn.onPress = function()
{
if(this._parent.danum > 1)
{
this._parent.danum -= 1;
}
};